nl.telin.mymedia.uima.annotator
Class TreeTaggerAnnotator

java.lang.Object
  extended by JTextAnnotator_ImplBase
      extended by nl.telin.mymedia.uima.annotator.TreeTaggerAnnotator

public class TreeTaggerAnnotator
extends JTextAnnotator_ImplBase

TreeTagger annotator for UIMA Tis class calls the external c treetagger.


Constructor Summary
TreeTaggerAnnotator()
           
 
Method Summary
 void initialize(AnnotatorContext context)
           
 void process(JCas jCas, ResultSpecification arg1)
           
 void typeSystemInit(TypeSystem aTypeSystem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeTaggerAnnotator

public TreeTaggerAnnotator()
Method Detail

initialize

public void initialize(AnnotatorContext context)
                throws AnnotatorInitializationException,
                       AnnotatorConfigurationException
Throws:
AnnotatorInitializationException
AnnotatorConfigurationException

typeSystemInit

public void typeSystemInit(TypeSystem aTypeSystem)
                    throws AnnotatorInitializationException,
                           AnnotatorConfigurationException
Throws:
AnnotatorInitializationException
AnnotatorConfigurationException

process

public void process(JCas jCas,
                    ResultSpecification arg1)
             throws AnnotatorProcessException
Throws:
AnnotatorProcessException